ComponentOne Scheduler for WPF and Silverlight
Insert Method (C1ObservableKeyedCollection<TKey,TItem>)

C1.C1Schedule Namespace > C1ObservableKeyedCollection<TKey,TItem> Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As TItem _
) 
public void Insert( 
   System.int index,
   TItem item
)

Parameters

index
item
See Also

Reference

C1ObservableKeyedCollection<TKey,TItem> Class
C1ObservableKeyedCollection<TKey,TItem> Members